Vcenter EnvironmentBrowser ConfigOptionDescriptors ListParams
The Vcenter EnvironmentBrowser ConfigOptionDescriptors ListParams schema specifies the parameters for the GET /vcenter/environment-browser/config-option-descriptors operation, such as which clusters to query.
This schema was added in vSphere API 8.0.2.00300.
{
"clusters": [
"string"
]
}
A set of Cluster IDs that specify for which Clusters the configuration option descriptors are requested.
This property was added in vSphere API 8.0.2.00300.
if missing or null
or empty an error will be returned. Ability to pass unset value is left for future expansion.
When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: ClusterComputeResource
. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: ClusterComputeResource
.